OpenRoads Designer CONNECT Edition SDK Help

VerticalControlPointTypes Enumeration

Defines control point types

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

[FlagsAttribute]public enum VerticalControlPointTypes

Members

High_Point 1  
Low_Point 2 Low point in profile.
StartEnd_Point 4 Start point and end point in profile.
Curve_PI 8 Point of intersection for curve.
Line_Curve 16 Connection point of line and curve.
Curve_Line 32 Connection point of curve and line.
SagCurve_PI 64 Point of intersection for sag curve.
CrestCurve_PI 128 Point of intersection point for crest curve.
Line_SagCurve 256 Connection point of line and sag curve.
Line_CrestCurve 512 Connection point of line and crest curve.
SagCurve_Line 1,024 Connection point of sag curve and line.
CrestCurve_Line 2,048 Connection point of crest curve and line.

See Also